home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20041116-20060924
/
000376_malonespam@cox.net_Wed Jul 12 12:29:20 2006.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.gamma.ru!Gamma.RU!postnews.google.com!m79g2000cwm.googlegroups.com!not-for-mail
From: "malone" <malonespam@cox.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Scrollback
Date: 5 Jul 2006 06:46:10 -0700
Organization: http://groups.google.com
Lines: 32
Message-ID: <1152107170.560637.268030@m79g2000cwm.googlegroups.com>
References: <1151956376.619890.20300@m73g2000cwd.googlegroups.com>
<1152032725.852346.186830@p79g2000cwp.googlegroups.com>
NNTP-Posting-Host: 66.210.191.2
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1152107175 6197 127.0.0.1 (5 Jul 2006 13:46:15 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 5 Jul 2006 13:46:15 +0000 (UTC)
In-Reply-To: <1152032725.852346.186830@p79g2000cwp.googlegroups.com>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: m79g2000cwm.googlegroups.com; posting-host=66.210.191.2;
posting-account=LxXIuA0AAAA2dCHaJqSV7RGvG1JOzZSs
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15632
Mark Sapiro wrote:
> What Kermit is this? I'm guessing Kermit-95 as C-Kermit doesn't have a
> 'Clear Command Scrollback' function.
Malone:
Yes I am sorry, I am running Kermit 95 2.1.3 on Windows 2000
Mark Sapiro wrote:
> It seemes to work for me with Kermit 95 2.1.3 on Windows XP. Can you
> give a specific example?
Malone:
The following examples are from a new session:
example 1
Changing the scrollback size to 1500 works
'set command scrollback 1500'
but when I try to clear it
'clear command scrollback'
the session hangs for a few seconds then closes
example 2
when I try to clear the command scrollback without changing the
size
'clear command scrollback'
the session hangs for a few seconds then closes
example 3
when I change the scrollback size to 300
'set command scrollback 300'
the session hangs for a few seconds then closes
Thank you for your help
~Malone